home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -seriously_amiga- / shareware / programming / other / checkforuae / checkforuae.readme < prev    next >
Text File  |  1998-01-05  |  874b  |  32 lines

  1. Short: Detect an UAE environment
  2. Type: dev/misc
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Author: Andreas_Kleinert@t-online.de
  5.  
  6.  This small program demonstrates how to check,
  7.  whether the surrounding system is an UAE/P96
  8.  environment.
  9.  
  10.  It comes with source code and includes two
  11.  routines, that you easily can integrate
  12.  into your own programs (permisson hereby
  13.  granted).
  14.  
  15.  Now you can for example abort your programs,
  16.  when these are run by some incarnation of
  17.  UAE, or maybe supply an additional information
  18.  text like "better buy the real thing", or
  19.  something else.
  20.  
  21.  
  22.  How does it work ?
  23.  
  24.  It relies on the fact, that any modern Amiga
  25.  and 68k emulation will only be fast, if it
  26.  can make use of RTG - such as the recent
  27.  implementation of Picasso96 for UAE.
  28.  
  29.  Thus identification can easily be done
  30.  - a plain UAE, just emulating ECS, won't
  31.  be recognized, though. Yet.
  32.